home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / boot / StackAttack.lha / StackAttack / Source / ReadMe < prev    next >
Text File  |  1997-10-25  |  568b  |  16 lines

  1. o StackAttack was created with MaxonDevelop Pro 4.0
  2.  
  3. o The used TAB size is 4 for both "main.c" and "patch.asm"
  4.  
  5. o The comments in "patch.asm" might seem a little bit strange to you:
  6.  
  7.     ";// This is a comment"
  8.     ";' This is another comment"
  9.  
  10.   It's because the Editor in MaxonDevelop has a Syntax Highlighter which
  11.   parses every text in C-Mode. Therefore to get a special color for the
  12.   comments in the assembly files I either used the C-line-comment "//" to
  13.   have the comment displayed in green color or the «'» character to have it
  14.   displayed in yellow ...
  15.  
  16.